home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
- #
- # dhcp-renew.hlp
- #
- # Copyright 1988-1996 Silicon Graphics, Inc.
- # All rights reserved.
- #
- # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
- # the contents of this file may not be disclosed to third parties, copied or
- # duplicated in any form, in whole or in part, without the prior written
- # permission of Silicon Graphics, Inc.
- #
- # RESTRICTED RIGHTS LEGEND:
- # Use, duplication or disclosure by the Government is subject to restrictions
- # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
- # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
- # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
- # rights reserved under the Copyright Laws of the United States.
- #
- # $Id: dhcp-renew.hlp,v 1.3 1997/04/17 21:23:04 shotes Exp $
-
- print <<EndOfFile;
- Content-type: text/html
-
- <FORM>
- <H2>Renewing your Current DHCP Lease</H2>
- <P>
- When requesting a lease renewal, you will be prompted for the following
- parameters. These can be left blank to use the default values.
- </P>
- <P>
- <STRONG>Your host name:</STRONG> This field shows your current host name.
- When your lease is renewed, you will retain the host name. This field
- is not editable.
- </P>
- (Default value: determined by system)
- <P>
- <STRONG>Your IP address:</STRONG> This field shows your IP address under
- your current DHCP lease. This will continue to be your IP address after
- your lease is renewed. You cannot edit this field either.
- </P>
- (Default value: determined by system)
- <P>
- <STRONG>DHCP Server address:</STRONG> This field shows the IP address
- of your current DHCP server. This is the server from whom you are
- requesting a lease renewal. This field is not editable.
- </P>
- (Default value: determined by system)
- <P>
- <STRONG>New desired lease time:</STRONG>
- This is the amount of time (in days) you would like before your new lease
- expires. The actual lease alotted to you may be for a shorter period
- of time if the DHCP server is configured with a low maximum lease time.
- If you do not enter a value here, the server will choose a default
- lease time.
- </P>
- (Default value: 1095 days [3 years])
- <P>
- <CENTER>
- <INPUT TYPE="button" VALUE="Back to Form" onClick="window.location='dhcp-renew.cgi'">
- </CENTER>
- </FORM>
- EndOfFile
-